PromptData

data class PromptData(    val title: String,     val subTitle: String,     val negativeButtonText: String)

Data class used for wrapping parameters used to create a biometric prompt

Constructors

Link copied to clipboard
fun PromptData(    title: String,     subTitle: String,     negativeButtonText: String)

Properties

Link copied to clipboard
val negativeButtonText: String

"Cancel" button text to display, if device credentials are disallowed

Link copied to clipboard
val subTitle: String

The subtitle to be displayed in the Biometric Prompt

Link copied to clipboard
val title: String

The title to be displayed in the Biometric Prompt